@charset "utf-8";
/* CSS Document */

#all { width:980px; height:auto;
	margin-left: auto;
	margin-right: auto;}

#conteneur {
	background: url(image/med.png) no-repeat center;
	background-color: #FF0004;
	color: #060;
	width:auto;
	height: 65px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: normal;
	border-color: #006633;
	border-radius: 5px;
	padding-bottom: 60px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	-webkit-box-shadow: 0px 0px #59FB8A;
	box-shadow: 0px 0px #59FB8A;
	text-shadow: 0px 0px #59FB8A;
	text-align: center;
	left: 30px;
	right: 30px;
	top: 5px;
	bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	
	
}

#photo {
	width: 945PX;
	height:auto;
	background-color: hsla(0,0%,95%,1.00);
	padding: 15PX;
	margin: 15PX;
	float: right;
	border-radius: 10px;
	-webkit-box-shadow: 8px 8px 8px 8px hsla(356,98%,50%,1.00);
	box-shadow: 8px 8px 8px 8px hsla(356,98%,50%,1.00);
}
#video {
	width: 945PX;
	height:auto;
	background-color: hsla(0,0%,95%,1.00);
	padding: 15PX;
	margin: 15PX;
	float: right;
	border-radius: 10px;
	-webkit-box-shadow: 8px 8px 8px 8px hsla(356,98%,50%,1.00);
	box-shadow: 8px 8px 8px 8px hsla(356,98%,50%,1.00);
	
}


